home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / app / test / TestApplication$TestWindow.class (.txt) < prev   
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  42 lines

  1. package com.extensibility.app.test;
  2.  
  3. import com.extensibility.app.ApplicationPreferences;
  4. import com.extensibility.app.BaseDocument;
  5. import com.extensibility.app.BaseWindow;
  6.  
  7. class TestApplication$TestWindow extends BaseWindow {
  8.    public TestApplication$TestWindow(BaseDocument var1) {
  9.       super(var1);
  10.    }
  11.  
  12.    public void initialize(ApplicationPreferences var1) {
  13.       super.initialize(var1);
  14.    }
  15.  
  16.    protected void setEditEnable() {
  17.    }
  18.  
  19.    public String getClassName() {
  20.       return "com.extensibility.app.test.TestApplication$TestWindow";
  21.    }
  22.  
  23.    protected String getText() {
  24.       return ((TestApplication.TestDocument)((BaseWindow)this).getDocument()).getText();
  25.    }
  26.  
  27.    protected boolean canFind() {
  28.       return false;
  29.    }
  30.  
  31.    protected void doFind(String var1, boolean var2) {
  32.    }
  33.  
  34.    public String getSelectedText() {
  35.       return null;
  36.    }
  37.  
  38.    public boolean setSelectedText(String var1) {
  39.       return false;
  40.    }
  41. }
  42.